ComponentOne Web API Edition
Add Method

C1.Web.Api.Configuration Namespace > Manager<T> Class : Add Method
The item key.
The item.
Add item with the key to the manager.
Syntax
'Declaration
 
Public Sub Add( _
   ByVal key As String, _
   ByVal item As T _
) 
public void Add( 
   string key,
   T item
)

Parameters

key
The item key.
item
The item.
See Also

Reference

Manager<T> Class
Manager<T> Members